Load the items between the specified indexes.
シンタックス
'宣言
Public Function LoadAsync( _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync(
System.Nullable<int> ,
System.Nullable<int> ,
System.Threading.CancellationToken
)
パラメータ
- fromIndex
- The starting index, if not specified this will be 0.
- toIndex
- The starting index, if not specified this will be Count.
- cancellationToken
- The cancellation token.
参照